/*
Theme Name: Quit Smoking		
Theme URI: http://www.ContentGrab.com
Description: Quit Smoking
Version: 1.0
Author: Content Grab
*/

/*general stuff*/

* {
	padding: 0;
	margin: 0;
}

body {

        background-color: #0A0A0A;	
        background: url(bg.jpg);
        background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 76%;
	line-height: 1.3em;
}

a:link, a:visited {
	color: #1b184d;
}

a:hover, a:active {
	color: #a50001;	
}

h1, h2 {
	margin-top: 1em;
}

p, ol, ul {
	margin-bottom: 1.5em;
}

input, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}

li {
	margin-left: 2em;
}

blockquote {
	font-family: Georgia, serif;
	color: #444;
	font-style: italic;
}

#rap {
	width: 770px;
	margin: 0px auto;
	background: #FFFFFF ;
}

#header {
	height: 150px;
	background: url(header.jpg) no-repeat;
	margin-bottom: 0px;
}

#header h1, #header h2 {
	display: none;
}

#topnav {
	padding: 0;
	height: 10px;
	margin-left: 25px;
	list-style: none;
}
#topnav ul
{
margin:0; padding:0;

 }
#topnav li a:link, #topnav a:visited {
	font-size: 1em;
	font-weight: 600;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 4px 2px o;
	text-decoration: none;
	background: none;
}

#topnav li a:hover, #topnav a:active {
}

#content {
	clear: left;
	margin-left: 40px;
	float: left;
	width: 480px;
}

h2.storytitle {
	font-weight: 100;
	line-height: 1.3em;
	font-size: 1.6em;
}

h2.storytitle a:link, h2.storytitle a:visited {
	text-decoration: none;
	color: #6E6E6E;
}

h2.storytitle a:hover, h2.storytitle a:active {
	color: #6E6E6E;
}

.meta {
	color: #555;
	margin-bottom: 1em;
}

.storycontent {
	text-align: justify;
}

#menu {
	margin: 35px 30px 0 550px;
}

#menu h2 {
	display: block;
	font-size: 1em;
	font-weight: 100;
	border-bottom: 1px solid #111401;
	text-transform: uppercase;
	color: #111401;
}

#menu a:link, #menu a:visited {
	color: #6E6E6E;
}

#menu a:hover, #menu a:active {
	color: #6E6E6E;
	text-decoration: none;
}

#menu ul, #menu ul li ul {
	list-style: none;
}

#menu ul li, #menu ul li ul li {
	margin-left: 0;
}

#comments_meta {
	font-size: .8em;
	line-height: 1.2em;
	padding-bottom: 1em;
	color: #444;
	border-bottom: 1px solid #666;
}

#comments_meta a {
	color: #666;
}

ol#commentlist {
	list-style: none;
}

ol#commentlist li {
	margin: 1.5em 0;
}

.comment-head {
	margin-bottom: 1em;
}

.comment-head cite {
	font-style: normal;
	font-size: .9em;
	color: #333;
}

.comment-body {
	border-bottom: 1px solid #666;
}

#commentform label {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	clear:left;
}

#commentform input.text {
	margin-left: 20px;
	color: #999;
}

#commentform textarea {
	width: 440px;
	height: 110px;
}

#footer {
	height: 75px;
	background: url(footer.jpg) no-repeat;
}